a9b5cade47cc29a5741a6df555daece5b66f5f83,src/me/xiaopan/android/easy/app/EasyLauncherActivity.java,EasyLauncherActivity,onCreate,#Bundle#,54

Before Change


			}
		};
		
		if(getClass().getAnnotation(DisableInject.class) == null){
			injector = new Injector(this);
			InjectContentView injectContentView = getClass().getAnnotation(InjectContentView.class);
			if(injectContentView != null && injectContentView.value() > 0){

After Change


			}
		};
		
		if(getClass().isAnnotationPresent(FullScreen.class)){
			getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
		}
		
		if(getClass().isAnnotationPresent(NoTitle.class)){